home *** CD-ROM | disk | FTP | other *** search
/ Acorn Risc Technologies StrongARM CD-ROM / Acorn Risc Technologies StrongARM CD-ROM.iso / ftp / documents / acornusr / 1991 / jan91 < prev    next >
Encoding:
Text File  |  1996-02-28  |  3.3 KB  |  82 lines

  1. 23/02/95
  2. This months article comprises information on two software items widely
  3. used on the Acorn Archimedes and BBC A3000.
  4.  
  5. BBC B Emulator 
  6. --------------
  7.  
  8. Acorn has developed an enhanced Model B emulator for RISC OS. This has been
  9. made available at a special discount for use in Educational institutions in
  10. the UK and for Software Developers registered with Acorn. Teachers should
  11. approach their local LEA or IT centre for further information.
  12.  
  13. The disc comprises:
  14.  
  15. * improved version of !65Host, which emulates the BBC Model B environment;
  16.  
  17. * utilities such as DFS converters, picture converters to transfer BBC
  18. screens to the Acorn Archimedes or BBC A3000 and a program which will scan
  19. your BBC BASIC programs and check for any possible problems areas in them
  20. which will cause problems when porting the programs across, all these
  21. utilities are designed to help transfer and modify 6502-based programs for
  22. use with RISC OS computers;
  23.  
  24. * examples to illustrate how to port existing 6502-based programs onto RISC
  25. OS;
  26.  
  27. * comprehensive User Guide in electronic format( Text and Acorn DTP).  
  28.  
  29. ChangeFSI: Colour Image Processing Using a fixed set of 256 colours
  30. -------------------------------------------------------------------
  31.  
  32. Archimedes computers have full colour display capabilities built into them
  33. as standard. However, compared with the hardware found in larger
  34. workstations, the facilities provided have been carefully reduced (in order
  35. to make them cheap enough to fit all the time). So the precision of the
  36. digital to analog converters is only 4 bits (instead of 8) and the colour
  37. palette only has 16 entries (instead of 256).
  38.  
  39. This leads to a conversion problem for colour images built on other
  40. machines. The solution involves colour Floyd Steinberg error diffusion to a
  41. fixed colour palette and has implications for other machines, especially
  42. when sequences of images or many images shown on the same display are
  43. concerned.
  44.  
  45. In addition to solving this particular problem, a number of conventional
  46. image enhancement algorithms (sharpening, dynamic range expansion, histogram
  47. equalisation) and an "equal area" anti-aliased size scaling routine are all
  48. incorporated in the same step, giving a maximal quality output.
  49.  
  50. The following image formats are supported by ChangeFSI:
  51.  
  52. RISC OS 1, 2, 4 and 8 bit per pixel sprites
  53. Watford digitiser pictures 512x256y64g
  54.    and triple red, green, blue separations
  55. ProArtisan compressed pictures 640x256y256c
  56. TimeStep satellite image 800x800y256g
  57. TimeStep satellite image 128x256y256g
  58.    and triple red, green, blue separations
  59. !Translator "Clear" format
  60. AIM/Wild Vision Hawk V10 files 256x256y256g
  61. TIFF pictures 1-24 bits per pixel
  62. Electronic Art's IFF ILBM pictures
  63. Sun 'pixrect' raster files 1-24 bits per pixel
  64. .PIC 8 bit per pixel files
  65. MILLIPEDE PRISMA 768x574y 8 bit colour images
  66. Compuserve's GIF files up to 8 bit per pixel
  67. ZSoft PCX format 4/8 bit per pixel
  68. MacPaint files 576x720y 1 bit per pixel
  69. Windows 3 .BMP format 1/4/8 bits per pixel
  70. Degas 1/2/4 bits per pixel colour images
  71. Truevision "Targa" (both TGA and VDA)
  72. Wild Vision V9 Colour images 512x256y12 bits
  73. ArVis 15 bit HIP.+LOP. sprites 640x256y
  74. Pineapple 16 bit colour images 512x256y
  75. GEM IMG. images
  76. UNIX "rle" files
  77. PC EGA .DSP images 640x350y16c
  78. MTV 24 bit pic. images
  79. QRT 24 bit .raw images
  80. RT 24 bit run length coded image. files
  81.  
  82.